223b240c7b4cef44d8c34b829a3c78c2335a763f,oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/nodetype/TypeEditor.java,TypeEditor,checkValueConstraints,#NodeState#PropertyState#,290

Before Change


                }
            }
        }
        throw constraintViolation(5, "Value constraint violation in " + property);
    }

}

After Change


                }
            }
        }
        constraintViolation(5, "Value constraint violation in " + property);
    }

}